home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILE_CHG / TEXT.ZIP / TEXT21.DOC < prev   
Encoding:
Text File  |  1986-07-08  |  2.3 KB  |  76 lines

  1.  
  2.  
  3.                                           TEXT
  4.  
  5.                                       version 2.1
  6.  
  7.                           written by Walter Kennamer 74025,514
  8.  
  9.  
  10.  
  11.               Alters the text within a file as specified in the command line.
  12.  
  13.               USAGE: TEXT -args input output
  14.                 where 'args' are any combination of the following:
  15.                   d - delete all white space
  16.                   l - delete all leading white space on each line
  17.                   t - delete all trailing white space on each line
  18.                   r - reduce all white space to a single blank space
  19.                   u - convert to upper case
  20.                   s - convert to lower case
  21.                   q - do not alter text within single or double quotes
  22.  
  23.               Examples
  24.  
  25.               1)     TEXT -tlu input output
  26.  
  27.               deletes all leading and trailing white space and converts to
  28.               upper case.  If the ouptut file already exists, it will be
  29.               overwritten.
  30.  
  31.  
  32.               2)     TEXT -ts <input >output
  33.  
  34.               instructs the program to delete trailing white space and
  35.               convert to lower case.
  36.  
  37.  
  38.               Notes
  39.  
  40.               Arguments may be entered in upper or lower case.
  41.  
  42.               Unidentified arguments are ignored.
  43.  
  44.               Instructions are processed in the order listed above, except
  45.                 that 'q' (quote) affects all other instructions.
  46.  
  47.               At least one argument must always be entered.
  48.  
  49.  
  50.  
  51.               Version 2.1 corrects a bug in the version 2.0 "trim leading
  52.               spaces" function.
  53.  
  54.  
  55.  
  56.          ------------------------------------------------------------
  57.  
  58.                    This disk copy provided as a service of
  59.  
  60.                         The Public (Software) Library
  61.  
  62.                            the software library of
  63.                      The Houston Area League of PC Users
  64.  
  65.  
  66.          For a copy of the latest monthly software library newsletter
  67.          and a list of the 600+ disks in the library, call or write
  68.  
  69.                         The Public (Software) Library
  70.                                 P.O.Box 61565
  71.                               Houston, TX 77208
  72.                                (713) 721-6104
  73.  
  74.             Newsletter subscriptions are available for $12 a year.
  75.  
  76.